net/http/httputil.maxLatencyWriter.mu (field)

7 uses

	net/http/httputil (current package)
		reverseproxy.go#L699: 	mu           sync.Mutex // protects t, flushPending, and dst.Flush
		reverseproxy.go#L705: 	m.mu.Lock()
		reverseproxy.go#L706: 	defer m.mu.Unlock()
		reverseproxy.go#L725: 	m.mu.Lock()
		reverseproxy.go#L726: 	defer m.mu.Unlock()
		reverseproxy.go#L735: 	m.mu.Lock()
		reverseproxy.go#L736: 	defer m.mu.Unlock()